home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-19 / dc25h-2.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-10-02  |  4KB  |  146 lines

  1. ECHO Off
  2. REM Copyright (c) 1990, 1992 by DANIEL H. HUDGINS, All Rights Reserved
  3. REM Send USD $1 to join the users group and get update notices.
  4. REM DANIEL H. HUDGINS, 466 DIAMOND ST., SAN FRANCISCO, CA  94114, U.S.A.
  5. Cls
  6. ECHO Ignore The Syntax Error(s)
  7. ECHO .
  8.  
  9. if %1 == A goto DRIVE
  10. if %1 == a goto DRIVE
  11. if %1 == B goto DRIVE
  12. if %1 == b goto DRIVE
  13.  
  14. CLS
  15. ECHO +----------------------------------------------------------------------------+
  16. ECHO :                                                                            :
  17. ECHO :              I  N  S  T  A  L  L     D  A  N  C  A  D    3  D              :
  18. ECHO :                                                                            :
  19. ECHO +----------------------------------------------------------------------------+
  20. ECHO .
  21. ECHO .
  22. ECHO Read file DANCAD3D.DOC for additional information on how to install DANCAD3D.
  23. ECHO .
  24. ECHO Enter INSTALL followed by a space,  then the drive letter of the floppy drive
  25. ECHO this disk is in, then a space, then the letter the harddisk you want DANCAD3D
  26. ECHO to be installed on.  Start installing with the disk marked 3D-1 (disk 1 of 5).
  27. ECHO .
  28. ECHO To install DANCAD3D on your HARDDISK drive C from floppy drive A enter:
  29. ECHO .
  30. ECHO A:\INSTALL A C  
  31. ECHO .
  32. ECHO To install DANCAD3D on your HARDDISK drive D from floppy drive B enter:
  33. ECHO .
  34. ECHO B:\INSTALL B D  (And so on...)
  35. ECHO .
  36. GoTo FIN
  37.  
  38. :DRIVE
  39. CLS
  40. ECHO Installing DANCAD3D Version 2.5 on Drive %2:...
  41. ECHO .
  42.  
  43. CD %2:\
  44. CD %1:\
  45.  
  46. MD %2:\DC25
  47. ECHO DANCAD3D v2.5 will reside in sub-directory %2:\DC25.
  48. MD %2:\DC25\2D
  49. ECHO ... .
  50. MD %2:\DC25\3D
  51. ECHO ... ..
  52. MD %2:\DC25\ASCII
  53. ECHO ... ...
  54. MD %2:\DC25\PIX
  55. ECHO ... ... .
  56. MD %2:\DC25\ALIAS
  57. ECHO ... ... ..
  58. MD %2:\DC25\MAC
  59. ECHO ... ... ...
  60. MD %2:\DC25\DRIVERS
  61. ECHO ... ... ... .
  62. MD %2:\DC25\FONTS
  63. ECHO ... ... ... ..
  64.  
  65. Cls
  66. ECHO COPYING: The program disk 3D-1 (1 of a set of 5) to your HARDDISK %2...
  67. Copy %1:\*.* %2:\DC25
  68.  
  69. ECHO 
  70. Cls
  71. ECHO     If you got the program on five disks put The disk DC-2 into the 
  72. ECHO floppy drive that you put the first disk into, otherwise just leave 
  73. ECHO first 720KB disk in the drive it is in and press [Any-Key].  
  74. ECHO .  
  75. Pause 
  76.  
  77. Cls
  78. ECHO Copying The disk 3D-2 to your HARDDISK %2...
  79. ECHO .
  80.  
  81. Copy %1:\*.* %2:\DC25
  82.  
  83. ECHO 
  84. Cls
  85. ECHO     If you got the program on five disks put The disk DC-3 into the 
  86. ECHO floppy drive that you put the first disk into, otherwise put the    
  87. ECHO second 720KB disk in the drive it is in and press [Any-Key].  
  88. ECHO .  
  89. Pause 
  90.  
  91. Cls
  92. ECHO Copying The disk 3D-3 to your HARDDISK %2...
  93. ECHO .
  94.  
  95. Copy %1:\*.* %2:\DC25
  96.  
  97. ECHO 
  98. Cls
  99. ECHO     If you got the program on five disks put The disk DC-4 into the 
  100. ECHO floppy drive that you put the first disk into, otherwise just leave 
  101. ECHO second 720KB disk in the drive it is in and press [Any-Key].  
  102. ECHO .  
  103. Pause 
  104.  
  105. Cls
  106. ECHO Copying The disk 3D-4 to your HARDDISK %2...
  107. ECHO .
  108.  
  109. Copy %1:\*.* %2:\DC25
  110.  
  111. ECHO 
  112. Cls
  113. ECHO     If you got the program on five disks put The disk DC-5 into the 
  114. ECHO floppy drive that you put the first disk into, otherwise put the
  115. ECHO third 720KB disk in the drive it is in and press [Any-Key].
  116. ECHO .
  117. Pause
  118.  
  119. Cls
  120. ECHO Copying The disk 3D-5 to your HARDDISK %2...
  121. ECHO .
  122.  
  123. Copy %1:\*.* %2:\DC25
  124.  
  125. Copy %2:\DC25\*.PRN %2:\DC25\DRIVERS\*.*
  126. Copy %2:\DC25\*.JET %2:\DC25\DRIVERS\*.*
  127. Copy %2:\DC25\*.PLT %2:\DC25\DRIVERS\*.*
  128. Copy %2:\DC25\*.LZR %2:\DC25\DRIVERS\*.*
  129.  
  130. del %2:\DC25\*.PRN
  131. del %2:\DC25\*.JET
  132. del %2:\DC25\*.PLT
  133. del %2:\DC25\*.LZR
  134. del %2:\DC25\INSTALL.BAT 
  135.  
  136. Copy %2:\*.FON %2:\DC25\FONTS\*.*
  137.  
  138. CD %2:\DC25
  139. %2:
  140. CLS
  141.  
  142. README.BAT
  143.  
  144. :FIN
  145. REM End INSTALL.BAT file for non-80x87 version of DANCAD3D v2.5.
  146.